home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ca29_3.zip / TTY.CMD < prev    next >
OS/2 REXX Batch file  |  1992-09-23  |  372b  |  10 lines

  1. ; ----- Set an emulation, enabling both display and remap
  2. ;    commenced: 9/23/92 R.McG
  3. ; ----------------------------------------------------------------
  4. ;    Note: This script simply turns off remap (if on) and resets
  5. ;    the emulation.    Offered only for symmetry's sake.
  6. ; ----------------------------------------------------------------
  7. ;
  8.     EMULATE TTY
  9.     SET REMAP OFF
  10.